for
for (
variable initialisation
;
conditional expression
;
modification of variable
)
for ( int x=0;
x<100;
x++)
Example: